Root Of Trust
This collection of values defines key information about the device's status.
Types
Link copied to clipboard
enum VerifiedBootState
This provides the device's current boot state, which represents the level of protection provided to the user and to apps after the device finishes booting.
Properties
Functions
Link copied to clipboard
open fun create(verifiedBootKey: Array<Byte>, deviceLocked: Boolean, verifiedBootState: RootOfTrust.VerifiedBootState, verifiedBootHash: Optional<Array<Byte>>): RootOfTrust
Link copied to clipboard